
.burger{
    width: 7vh;

}

.logoburger{
    width: 20% !important;
}

.mobile-container {
    max-width: 480px;
    margin: auto;
    background-color: #a1a1a1;
    height: 500px;
    color: white;
    border-radius: 10px;
}

.topnav {
    overflow: hidden;
    position: relative;
}

.topnav #myLinks {
    display: none;
}

.icon {

    height: auto;

}

.topnav {
    color: white;
    padding: 20px 20px;
    text-decoration: none;
    font-size: 20px;
    display: block;
}

.topnav a.icon {

    display: block;
    position: absolute;
    right: 0;
    top: 0;

}

.topnav, .link:hover {

    color: rgb(0, 0, 0);
    border-bottom: 3px solid white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 6px;
    padding-inline: 7px;
}


.link:vistited {
    color: white;
}


#myLinks {
    display: flex;
    flex-direction: column;
    
}

.link {
    text-decoration: none;
    color: white;
    display: flex;
    padding: 5px;
}
